module Base
{		
    item ScrapLegPadL
	{
	    Type = Clothing,
		DisplayName = Left Scrap Leg Pad,
		ClothingItem = ScrapLegPadL,
		BodyLocation = ThighLeft,
		Icon = ScrapLegPads,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 35,
		ScratchDefense = 35,
		BulletDefense = 10,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 1.5,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
	item ScrapLegPadR
	{
	    Type = Clothing,
		DisplayName = Right Scrap Leg Pad,
		ClothingItem = ScrapLegPadR,
		BodyLocation = ThighRight,
		Icon = ScrapLegPads,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 35,
		ScratchDefense = 35,
		BulletDefense = 10,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 1.5,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
	item ScrapLegPadBoltsL
	{
	    Type = Clothing,
		DisplayName = Left Scrap Leg Pad with Bolts,
		ClothingItem = ScrapLegPadBoltsL,
		BodyLocation = ThighLeft,
		Icon = ScrapLegPadsBolts,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 55,
		ScratchDefense = 55,
		BulletDefense = 25,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 2.1,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
	item ScrapLegPadBoltsR
	{
	    Type = Clothing,
		DisplayName = Right Scrap Leg Pad with Bolts,
		ClothingItem = ScrapLegPadBoltsR,
		BodyLocation = ThighRight,
		Icon = ScrapLegPadsBolts,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 55,
		ScratchDefense = 55,
		BulletDefense = 25,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 2.1,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
	item ScrapLegPadSign2L
	{
	    Type = Clothing,
		DisplayName = Left Scrap Leg Pad with Sign,
		ClothingItem = ScrapLegPadSign2L,
		BodyLocation = ThighLeft,
		Icon = ScrapLegPadsSign2,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 45,
		ScratchDefense = 45,
		BulletDefense = 70,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 0.6,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
	item ScrapLegPadSign2R
	{
	    Type = Clothing,
		DisplayName = Right Scrap Leg Pad with Sign,
		ClothingItem = ScrapLegPadSign2R,
		BodyLocation = ThighRight,
		Icon = ScrapLegPadsSign2,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 45,
		ScratchDefense = 45,
		BulletDefense = 70,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 0.6,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
	item ScrapLegPadSignL
	{
	    Type = Clothing,
		DisplayName = Left Scrap Leg Pad with Sign,
		ClothingItem = ScrapLegPadSignL,
		BodyLocation = ThighLeft,
		Icon = ScrapLegPadsSign,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 45,
		ScratchDefense = 45,
		BulletDefense = 70,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 0.6,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
	item ScrapLegPadSignR
	{
	    Type = Clothing,
		DisplayName = Right Scrap Leg Pad with Sign,
		ClothingItem = ScrapLegPadSignR,
		BodyLocation = ThighRight,
		Icon = ScrapLegPadsSign,
		CanHaveHoles = True,
		BloodLocation = Trousers,
		BiteDefense = 45,
		ScratchDefense = 45,
		BulletDefense = 70,
		DisplayCategory = Armor,
		Insulation = 0,
		WaterResistance = 0,
        Weight = 0.6,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 15,
        RemoveOnBroken = false,
		Tooltip = Tooltip_ScrapLegPad,
		Tags = MetalArmor,
    }
	
}
